Right(string, count) Returns the rightmost count characters of a string. See also Left, Len, and Mid.
Returns the rightmost count characters of a string.
See also Left, Len, and Mid.
String from which the rightmost characters are retrieved.
Integer indicating how many characters to return.